Äðóãèå ñâîéñòâà Request:
Accept | image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */* - determines the media types the Web client can accept in response to the request | Authorization | - read Authorization to check whether the client that sent the request message has provided the correct authentication information |
CacheControl | no-cache - determines any Web client directives that must be obeyed by all caching mechanisms along the request/response chain | Connection | Keep-Alive - the HTTP 1.1 standard specifies only one value for the Connection header. If the value of Connection is close, the connection should be closed after the completion of the response |
ContentEncoding | - indicates a compression method or an encoding scheme used to transfer extended ASCII characters over the net | ContentLength | 95 |
ContentParser | locates the TWebRequest instance"s TAbstractContentParser object. The TAbstractContentParser is responsible for parsing the HTTP request | ContentType | application/x-www-form-urlencoded |
ContentVersion | Cookie | - reads the “cookie” strings provided in the Web client request | |
CookieFields | “cookie” strings | Date | : TDateTime - determines the date and time at which the HTTP request message originated |
DerivedFrom | - determines the URI from which the value of Content originated | Expires | : TDateTime - determines whether the request is “stale” |
Files | Object contains uploaded files extracted from the HTTP request | From | e-mail address of the human user for whom the Web client sent the HTTP request message |
IfModifiedSince | : TDateTime, - determines whether the request is conditional. If the information requested by the Web client was not modified since the time indicated by IfModifiedSince, the response should be a not modified error rather than the information indicated by the URL property | InternalPathInfo | /MyPath - generally contains the same information as PathInfo |
InternalScriptName | /Scripts/Query.exe - specifies the name of a Web server application | Method | POST - determines the method that is requested by the Web client |
MethodType | : TMethodType - determines the type of response that is requested by the Web client | PathInfo | determines the path on the server machine where the target of the request is found |
PathTranslated | C:\Inetpub\wwwroot\www.donnu.ru\MyPath - represents a translation of the PathInfo property to a fully qualified path on the Web server. | ProtocolVersion | HTTP/1.1 - determines the protocol used by the Web client |
Referer | - determines the URI of the resource where the HTTP request message originated | RemoteAddr | 127.0.0.1 - obtain the IP address of the source of the Web client request |
RemoteHost | 127.0.0.1 - composes URI values for back-links to the source of the request when the Referer property is not specified | ScriptName | /Scripts/Query.exe - determines the full path to the Web server application specified by the client request |
ServerPort | 80 - determines the number of the port used in the connection to the Web server | Title | - determines the Title of the information requested in the Web client request |
URL | - identifis the resource the Web client identifies as the target of the request message | UserAgent | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) - obtain information about the user agent originating the client request |